home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / colsoncd.dxr / 00004Series_68.ls < prev    next >
Encoding:
Text File  |  2000-01-11  |  323 b   |  14 lines

  1. on mouseUp
  2.   puppetSound("mainsnd")
  3.   put "081" into field "diamodnum"
  4.   if field "mtmodnum" = "09." then
  5.     put "99." into field "mtmodnum"
  6.   end if
  7.   if field "mtmodnum" = "08." then
  8.     put "98." into field "mtmodnum"
  9.   end if
  10.   puppetTransition(47, 1, 8)
  11.   set the puppet of sprite 10 to 0
  12.   play frame "4bwheele"
  13. end
  14.